home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / BARNET / ARMLINUX / MAIL / 9701 / text0006.txt < prev    next >
Encoding:
Text File  |  1998-01-25  |  2.7 KB  |  67 lines

  1. On Sun, 19 Jan 1997, Joseph Heenan wrote:
  2.  
  3. > I'd like to do something - but I can't even run linux at the moment
  4. > (ARM 700). I have a pentium sitting next to me than I could use to
  5. > cross compile things, but that's kind of hindered by not having any
  6. > source.
  7.  
  8. Hopefully, source we _will_ have soon.  If Russell sends me the disk then
  9. I can put up on an ftp site for other people to download. 
  10.  
  11. > I have not idea what's involved in getting it to work on a 700 -
  12. > I can't see it been too much, like you say, but I don't want to stand
  13. > up and say "I'll do this", and then find it's way outside of my
  14. > capabilities.
  15.  
  16. I think it ought to be well within the capabilities of somebody who knows
  17. a reasonable amount about the ARM family, has the hardware, and has some
  18. experience of the kernel.
  19.  
  20. > I have a zip drive that I can connect upto a PC at uni - if people
  21. > want things uploading, I can do it if it's sent to me on a zipdisc...
  22.  
  23. Yes; I have a SyQuest drive in my (Internet-connected) machine.
  24.  
  25. > >     - X.  The Xserver for Archimedes hardware isn't really rocket
  26. > >       science, since VIDC just gives you a flat framebuffer.  At the
  27. > How much is involved in this?
  28. > (Low-level VIDC hacking?)
  29.  
  30. Not even much of that.  As things stand, the screen mode is set up by RISC
  31. OS and left alone by Linux.  It would be nice to have a way to change it,
  32. but it's not vital. 
  33.  
  34. > I'd assume (perhaps wrongly) that this is mostly just a question of
  35. > grabbing the sources and compiling things. I could perhaps do this,
  36. > depending on what sort of timescale things are going to happen on.
  37.  
  38. Basically yes.  There are things like alignment errors that will need to
  39. be fixed up -- as far as I know, the ARM3 is currently unique among Linux
  40. machines in that it absolutely _cannot_ do an unaligned access.  The Intel
  41. will do the access happily; the Alpha and the SPARC (and the ARM6+ with
  42. MMU on, I think) will fault and you can emulate it in software, but the
  43. ARM3 will silently discard the low address lines.  Other than that,
  44. someone will need to write an installation system and the rest is just a
  45. question, as you say, of compiling things up.
  46.  
  47. > This isn't just arm-linux, though - and I thought there was already
  48. > someone working on this.
  49.  
  50. Indeed.  With this (and X as well) we should liase with the NetBSD people.
  51.  
  52. > fun, yes. Whether it could actually have any practical value or not
  53. > is another matter ;-)
  54.  
  55. It could do.  Things like BBC BASIC and Norcroft C might be beneficial to
  56. be able to run under Linux, and I don't think it even ought to be too
  57. tricky.  
  58.  
  59. > As far as I can see, from what's on the ftp site, I can't do anything
  60. > without having access to an A5000, and I don't :-(
  61.  
  62. That certainly does seem to be the state of play at the moment.
  63.  
  64. P.
  65.  
  66.